object ResultDlg: TResultDlg Left = 302 Top = 247 BorderStyle = bsSingle Caption = 'Results' ClientHeight = 308 ClientWidth = 450 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False PixelsPerInch = 96 TextHeight = 13 object tv: TTreeView Left = 1 Top = 1 Width = 248 Height = 272 Images = main.ImageList Indent = 19 MultiSelect = True MultiSelectStyle = [msControlSelect, msShiftSelect, msVisibleOnly, msSiblingOnly] ReadOnly = True TabOrder = 0 end object burn_btn: TButton Left = 8 Top = 280 Width = 73 Height = 25 Caption = 'Burn' Default = True TabOrder = 1 OnClick = burn_btnClick end object cancel_btn: TButton Left = 368 Top = 280 Width = 73 Height = 25 Cancel = True Caption = 'Cancel' TabOrder = 2 OnClick = cancel_btnClick end object save_btn: TButton Left = 277 Top = 280 Width = 80 Height = 25 Caption = 'Save Project' TabOrder = 3 OnClick = save_btnClick end object stats_grp: TGroupBox Left = 256 Top = 0 Width = 193 Height = 273 Caption = 'Statistics' TabOrder = 4 object totsize_lbl: TLabel Left = 8 Top = 16 Width = 53 Height = 13 Caption = 'Total Size :' end object used_lbl: TLabel Left = 8 Top = 32 Width = 63 Height = 13 Caption = 'Space used :' end object globwaste_lbl: TLabel Left = 8 Top = 48 Width = 67 Height = 13 Caption = 'Global waste :' end object minwaste_lbl: TLabel Left = 8 Top = 64 Width = 78 Height = 13 Caption = 'Minimum waste :' end object maxwaste_lbl: TLabel Left = 8 Top = 80 Width = 81 Height = 13 Caption = 'Maximum waste :' end object waste_grp: TGroupBox Left = 8 Top = 104 Width = 177 Height = 153 Caption = 'Waste per media' TabOrder = 0 object waste_lst: TListBox Left = 8 Top = 16 Width = 161 Height = 129 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Pitch = fpFixed Font.Style = [] ItemHeight = 13 ParentFont = False TabOrder = 0 end end end object text_btn: TButton Left = 186 Top = 280 Width = 80 Height = 25 Caption = 'Export as text' TabOrder = 5 OnClick = text_btnClick end object createiso_btn: TButton Left = 96 Top = 280 Width = 73 Height = 25 Caption = 'Create ISO' TabOrder = 6 OnClick = createiso_btnClick end object BF: TJvBrowseForFolderDialog RootDirectory = fdRootFolder Left = 16 Top = 240 end end